home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Applications / Tabs On The Web / Tabs On The Web 1.0b2 PPC / WebDB Datafolder / WebDB Templates / browse Page template < prev    next >
Encoding:
Text File  |  1999-04-30  |  1.3 KB  |  49 lines  |  [TEXT/R*ch]

  1. <html>
  2. <head><title>Testing Page</title></head>
  3. <body bgcolor=white>
  4. <blockquote>
  5.  
  6. <center>
  7. <hr noshade>
  8. <font size=+2>Search Results</font size>
  9. <hr noshade>
  10.  
  11. <OddRowColor #eeeeee>
  12. <EvenRowColor #c9c9c9>
  13.  
  14.  
  15.  
  16. <record start> to <record end> of <record found><p>
  17. <table border=0 width=600>
  18. <tr><td align=center><b>Name</b><hr size=1></td><td align=center><b>Address</b><hr size=1></td><td align=center><b>Extension</b><hr size=1></td></tr>
  19.  
  20.  
  21. <line start>
  22.     <tr>
  23.         <td bgcolor=<bgcolor>> <font color="<bgcolor>">.</font color> <a href="<detail link>"> <field first name> <field last name></a> </td>
  24.         <td bgcolor=<bgcolor>> <font color="<bgcolor>">.</font color> <field address> </td>
  25.         <td bgcolor=<bgcolor>> <font color="<bgcolor>">.</font color> <field extension> </td>
  26.     </tr>
  27. <line end>
  28.  
  29. <tr><td colspan=3><hr size=1></td></tr>
  30.  
  31. <tr><td colspan=3 align=center>
  32.  
  33. <previous page enabled link>Previous Page</previous page enabled link>
  34. <previous page disabled link><font color=#505050>Previous Page</font color></previous page disabled link>
  35. |
  36.  
  37. <next page enabled link>Next Page</next page enabled link>
  38. <next page disabled link><font color=#505050>Next Page</font color></next page disabled link>
  39.  
  40. </table>
  41.  
  42.  
  43. <hr noshade>
  44. <font size=-1><a href="<searchlink>">Search The Database</a> |
  45. <a href="<browselink>">Browse the database</a></font>
  46. </blockquote>
  47.  
  48. </body></html>
  49.